projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a77051
)
GDK W32: Fix a typo in OLE2 DnD code
author
Руслан Ижбулатов
<lrn1986@gmail.com>
Tue, 15 Aug 2017 13:12:43 +0000
(13:12 +0000)
committer
Руслан Ижбулатов
<lrn1986@gmail.com>
Sat, 2 Dec 2017 10:38:32 +0000
(10:38 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=786509
gdk/win32/gdkdnd-win32.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkdnd-win32.c
b/gdk/win32/gdkdnd-win32.c
index 742c435db388c7c66d709c77d598db26f9c018cf..e6fe374a04755bb1ac27840b709fe9d32ae16e30 100644
(file)
--- a/
gdk/win32/gdkdnd-win32.c
+++ b/
gdk/win32/gdkdnd-win32.c
@@
-424,7
+424,7
@@
dnd_event_put (GdkEventType type,
e->dnd.context = g_object_ref (context);
e->dnd.time = GDK_CURRENT_TIME;
e->dnd.x_root = pt.x + _gdk_offset_x;
- e->dnd.y_root = pt.
x
+ _gdk_offset_y;
+ e->dnd.y_root = pt.
y
+ _gdk_offset_y;
if (e->dnd.window != NULL)
g_object_ref (e->dnd.window);